Parameters
- elementType
- The type of elements in the array.
- rank
- The number of dimensions.
- dimensions
- Limits for the dimentsions.
This sample creates two-dimensional array with three sub-arrays, each has two elements. String representation of array that can be received with the ToString method will be the following:
{{NULL,NULL},{NULL,NULL},{NULL,NULL}}